lucee.Componentcommandbox.system.modules_app.system-commands.commands.prompt
Set prompt of the shell to your own string. This defaults to "CommandBox>". You can revert to the default prompt by using the "reload" command. Don't forget to include a space at the end of the prompt so it doesn't run up against your text. . {code:bash} prompt "My Cool Shell> " {code}
Method Summary | |
---|---|
any
|
run(any prompt)
|
Methods inherited from class lucee.Component |
---|
None |
Method Detail |
---|
prompt