diff --git a/book/src/help_vm_create.md b/book/src/help_vm_create.md index 0d33371150..684a3c04d2 100644 --- a/book/src/help_vm_create.md +++ b/book/src/help_vm_create.md @@ -34,6 +34,7 @@ FLAGS: is not provided, a random password will be used. It is not necessary to keep backups of voting keystore passwords if the mnemonic is safely backed up. + --stdin-inputs If present, read all user inputs from stdin instead of tty. -V, --version Prints version information OPTIONS: diff --git a/book/src/help_vm_move.md b/book/src/help_vm_move.md index 2670353cd7..5b9a8e9f6d 100644 --- a/book/src/help_vm_move.md +++ b/book/src/help_vm_move.md @@ -22,6 +22,7 @@ FLAGS: information about your validator and so this flag should be used with caution. For Windows users, the log file permissions will be inherited from the parent folder. + --stdin-inputs If present, read all user inputs from stdin instead of tty. -V, --version Prints version information OPTIONS: diff --git a/scripts/cli.sh b/scripts/cli.sh index a6456e7a3b..b37f25392d 100755 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -19,7 +19,7 @@ write_to_file() { printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file" # remove .exe when using Windows - sed -i -e 's/\.exe//g' "$file" + #sed -i -e 's/\.exe//g' "$file" } # Check if a lighthouse binary exists in the current branch.