table of contents
| run(1) | General Commands Manual | run(1) |
NAME¶
run - Run a prompt in the terminal session
SYNOPSIS¶
run [-h|--help] <PROMPT>
DESCRIPTION¶
Run a prompt in the terminal-integrated session.
Examples:
goose term run list files in this directory
@goose list files # using alias
@g why did that fail # short alias
OPTIONS¶
- -h, --help
- Print help (see a summary with '-h')
- <PROMPT>
- The prompt to send to goose (multiple words allowed without quotes)
SEE ALSO¶
goose(1), goose-term(1), goose-term-info(1), goose-term-init(1)
| run |