--from-path argument is not described in the help:
usage: script [-h] [--create | --list | --delete SCRIPT NAME | --read SCRIPT NAME] [--number NUMBER] [--show-fails]
optional arguments:
-h, --help show this help message and exit
--create create a script from the history (this is the default action)
--list, -l list the stored scripts
--delete SCRIPT NAME, -D SCRIPT NAME
remove a script
--read SCRIPT NAME, -r SCRIPT NAME
read the contents of a script
--number NUMBER, -n NUMBER
number of lines of history to choose from (default: 10)
--show-fails, -f also show the failed commands from history (disabled by default)
How to Reproduce
mcmd script -h
Expected behavior
I see how I can run a script using
--from-path
Observed behavior
--from-path
argument is not described in the help: