commandbox.system.modules_app.system-commands.commands

Class browse

lucee.Component
    extended by commandbox.system.modules_app.system-commands.commands.browse

Open a browser to the passed URI. . Concatenate two files and output them to the screen {code:bash} browse localhost:8116 {code}

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    array browserList()
    any run(any URI, [any browser=''])
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    browserList

    public array browserList()


    run

    public any run(any URI, [any browser=''])

    Parameters:
    URI - The URI to open as you would type it into your browser's address bar
    browser - The preferred browser to use for your URI