classafExplorer::Main

sys::Obj
  util::AbstractMain
    afExplorer::Main

Use to launch the Explorer application from the command line.

C:\> fan afExplorer <names> 

Where <names> is an optional list of files / URIs to load.

File examples:

C:\> fan afExplorer C:\Temp

C:\> fan afExplorer C:\Temp\readme.html

URI examples:

C:\> fan afExplorer file:/C:/Temp/

C:\> fan afExplorer file:/C:/Temp/readme.html?view=afExplorer::TextEditor

C:\> fan afExplorer http://www.fantomfactory.org/ 
noPanels

Source

@Opt { help="Hides all panels on startup"; aliases=["noTabs"] }
Bool noPanels

noPlugins

Source

@Opt { help="Disables all plugins" }
Bool noPlugins

run

Source

virtual override Int run()

uri

Source

@Arg { help="A resource URI, name or file to load" }
Str[]? uri