zigcli icon indicating copy to clipboard operation
zigcli copied to clipboard

A toolkit for building command lines programs in Zig.

Results 8 zigcli issues
Sort by recently updated
recently updated
newest added

For now, simargs doesn't sub commands, add subcommands support will make it much more powerful. The syntax I could think of is like this: ``` zig const App = struct...

Reference: - https://github.com/phsym/prettytable-rs

### Describe this problem ``` zig build-exe night-shift ReleaseFast native: error: error: unable to find framework 'CoreBrightness'. searched paths: /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness.tbd /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness.dylib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/CoreBrightness.framework/CoreBrightness.tbd /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/CoreBrightness.framework/CoreBrightness.dylib ``` Related with https://github.com/ziglang/zig/issues/17017 ### Version main

bug
upstream

``` $ cowsay hi ____ < hi > ---- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || $ cowsay -f tux hi ____ < hi > ---- \...

- Similar project in Rust: https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore

# Tested project - Zig source code # [cgag/loc](https://github.com/cgag/loc) time loc ``` -------------------------------------------------------------------------------- Language Files Lines Blank Comment Code -------------------------------------------------------------------------------- C/C++ Header 7452 2585285 298041 302527 1984717 Zig 714 255927...