classafFandocViewer::Main

sys::Obj
  util::AbstractMain
    afFandocViewer::Main

Launch Flux from the command line, passing in a pod name, a uri, or a Windows file path.

C:\> fan afFandocViewer fandoc://sys
C:\> fan afFandocViewer C:\Projects\FandocViewer\pod.fandoc
file

Source

@Arg { help=... }
Str? file

install

Source

@Opt { help="Install Fandoc Viewer Flux Tools" }
Bool install

main

Source

virtual override Int main(Str[] args := Env.cur().args())

run

Source

virtual override Int run()

version

Source

@Opt { help="Print version"; aliases=["v"] }
Bool version