Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: --wrapVariables option does not do anything anymore #591

Closed
jeromesimeon opened this issue Oct 1, 2020 · 1 comment
Closed

CLI: --wrapVariables option does not do anything anymore #591

jeromesimeon opened this issue Oct 1, 2020 · 1 comment
Assignees
Labels

Comments

@jeromesimeon
Copy link
Member

jeromesimeon commented Oct 1, 2020

Describe the bug
The Cicero command line still has the --wrapVariables option which does not exist anymore and has no effect. It should be removed.

To Reproduce

bash-3.2$ cicero --version 
0.21.8
bash-3.2$ cicero draft --help
cicero draft

create contract text from data

Options:
  --version           Show version number                              [boolean]
  --verbose, -v                                                 [default: false]
  --help              Show help                                        [boolean]
  --template          path to the template                              [string]
  --data              path to the contract data                         [string]
  --output            path to the output file                           [string]
  --currentTime       set current time                  [string] [default: null]
  --wrapVariables     wrap variables as XML tags      [boolean] [default: false]
  --format            target format                                     [string]
  --unquoteVariables  remove variables quoting        [boolean] [default: false]
  --warnings          print warnings                  [boolean] [default: false]
bash-3.2$ cicero draft 
4:17:43 PM - info: Using current directory as template folder
4:17:43 PM - info: Loading a default data.json file.
4:17:44 PM - info: Name of the person to greet: "Fred Blogs".
Thank you!
bash-3.2$ cicero draft --wrapVariables 
4:17:49 PM - info: Using current directory as template folder
4:17:49 PM - info: Loading a default data.json file.
4:17:50 PM - info: Name of the person to greet: "Fred Blogs".
Thank you!
bash-3.2$ ```
@jeromesimeon
Copy link
Member Author

Fixed in #590

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant