class flux::CommandId

sys::Obj
  flux::CommandId

Source

Commonly used FluxCommand ids for the commands built-in into the flux runtime.

about

const static Str about := "about"

Source

back

const static Str back := "back"

Source

closeTab

const static Str closeTab := "closeTab"

Source

copy

const static Str copy := "copy"

Source

cut

const static Str cut := "cut"

Source

exit

const static Str exit := "exit"

Source

find

const static Str find := "find"

Source

findInFiles

const static Str findInFiles := "findInFiles"

Source

findNext

const static Str findNext := "findNext"

Source

findPrev

const static Str findPrev := "findPrev"

Source

forward

const static Str forward := "forward"

Source

goto

const static Str goto := "goto"

Source

gotoFile

const static Str gotoFile := "gotoFile"

Source

home

const static Str home := "home"

Source

jumpNext

const static Str jumpNext := "jumpNext"

Source

jumpPrev

const static Str jumpPrev := "jumpPrev"

Source

newTab

const static Str newTab := "newTab"

Source

openLocation

const static Str openLocation := "openLocation"

Source

options

const static Str options := "options"

Source

paste

const static Str paste := "paste"

Source

recent

const static Str recent := "recent"

Source

redo

const static Str redo := "redo"

Source

refreshTools

const static Str refreshTools := "refreshTools"

Source

reload

const static Str reload := "refresh"

Source

replace

const static Str replace := "replace"

Source

replaceInFiles

const static Str replaceInFiles := "replaceInFiles"

Source

save

const static Str save := "save"

Source

saveAll

const static Str saveAll := "saveAll"

Source

selectAll

const static Str selectAll := "selectAll"

Source

undo

const static Str undo := "undo"

Source

up

const static Str up := "up"

Source