docs(agent-task create): add example for --follow flag
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
4f7d577b97
commit
f5ed563a42
1 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,9 @@ func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Co
|
|||
# Create a task from an inline description
|
||||
$ gh agent-task create "build me a new app"
|
||||
|
||||
# Create a task from an inline description and follow logs
|
||||
$ gh agent-task create "build me a new app" --follow
|
||||
|
||||
# Create a task from a file
|
||||
$ gh agent-task create -F task-desc.md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue