This is probably due to a breaking change in stdlib (or something I did wrong). I am just using the example in the readme
clap.zig:569:58: error: no field or member function named 'print' in 'fs.File'
streaming.Error.DoesntTakeValue => try stream.print(
~~~~~~^~~~~~
/usr/lib/zig/lib/std/fs/File.zig:1:1: note: struct declared here
/// The OS-specific file descriptor or file handle.
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is probably due to a breaking change in stdlib (or something I did wrong). I am just using the example in the readme