commandbox.system.modules_app.system-commands.commands

Class prompt

lucee.Component
    extended by commandbox.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}

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any run(any prompt)
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    run

    public any run(any prompt)

    Parameters:
    prompt