Skip to main content
Use these snippets as starting points. Copy, adjust, and ship.

Installer-style command

  • The <url:url> converter validates the input before running.
  • --force + --target make the command discoverable via generated help.

Git-style subcommands

Route prefixes (task add, task list) keep related commands grouped in the shell and in help output.

Script repeatable workflows

Drop frequently used commands into a .rg file and run it with source inside the shell:
In the shell:
Everyone on your team can share the same scripts to bootstrap their environment in one command.