Skip to content

Commit

Permalink
apply suggestion from jilopez for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 18, 2023
1 parent c0ec508 commit 1d74a2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/cli_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,9 @@ There are pending questions. Please, answer questions first: agama questions.

## Non Interactive Mode

There is a `questions` subcommand that implements a `mode` subcommand to set the non-interactive mode. Another option is to use `answers` subcommand to pass a file with
predefined answers.
There is a `questions` subcommand that support `mode` and `answers` subcommands.
The `mode` subcommand allows to set `interactive` and `non-interactive` modes.
The `answers` allows to pass a file with predefined answers.

~~~
agama questions mode non-interactive
Expand Down

0 comments on commit 1d74a2b

Please sign in to comment.