argc icon indicating copy to clipboard operation
argc copied to clipboard

A Bash CLI framework, also a Bash-based command runner.

Results 4 argc issues
Sort by recently updated
recently updated
newest added

Can we have colored helped, please? I haven't seen anything about color in README or issues. `clap`'s default color choice is auto, i.e. when terminal supports it: https://docs.rs/clap/3.2.17/clap/enum.ColorChoice.html#variant.Auto

[Argc assistant](https://plugins.jetbrains.com/plugin/25143-argc-shell-assistant) is a plugin for JetBrains IDEs that provides support for [Argc](https://github.com/sigoden/argc) shell script development. It includes the following features: - Argc comment tag highlight - Argc live templates:...

Hello, we love argc and have used it to create some monstrous scripts! I am curious if it's possible to break apart a large script such that all the sub-commands...

I'm doing quite a bit of creative gluing things together including `argc`. I'm defining a alias command for Jujutsu: ```toml parent-add = ["util", "exec", "--", "bash", "-c", ''' set -euo...