With this YAML file:
name: rush
help: Personal package manager
version: 0.1.0
commands:
- name: config
short: c
help: Show the configuration file
- name: get
short: g
help: Install a package
args:
- name: repo
required: true
help: Repository name
- name: package
required: true
help: Package name
This does not work:
While this, works: