-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
answerfile: introduce answerfile.userchoices
Introduced a persistent between userchoices file that will serve as a knowledge db for registered user options for a specific dialog. To register a persistent user choice you can use leapp answer command. Existing answerfile will be always updated with data from useroptions file before the workflow.run is called to ensure that users are not asked twice for the answer to the question they have already answered. Docs have been updated. Closes-Bug: #605 Closes-Bug: #606
- Loading branch information
1 parent
f06050a
commit dbc1b81
Showing
3 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters