class flux::CommandId
sys::Obj flux::CommandId
Commonly used FluxCommand ids for the commands built-in into the flux runtime.
- about
-
const static Str about := "about" - back
-
const static Str back := "back" - closeTab
-
const static Str closeTab := "closeTab" - copy
-
const static Str copy := "copy" - cut
-
const static Str cut := "cut" - exit
-
const static Str exit := "exit" - find
-
const static Str find := "find" - findInFiles
-
const static Str findInFiles := "findInFiles" - findNext
-
const static Str findNext := "findNext" - findPrev
-
const static Str findPrev := "findPrev" - forward
-
const static Str forward := "forward" - goto
-
const static Str goto := "goto" - gotoFile
-
const static Str gotoFile := "gotoFile" - home
-
const static Str home := "home" - jumpNext
-
const static Str jumpNext := "jumpNext" - jumpPrev
-
const static Str jumpPrev := "jumpPrev" - newTab
-
const static Str newTab := "newTab" - openLocation
-
const static Str openLocation := "openLocation" - options
-
const static Str options := "options" - paste
-
const static Str paste := "paste" - recent
-
const static Str recent := "recent" - redo
-
const static Str redo := "redo" - refreshTools
-
const static Str refreshTools := "refreshTools" - reload
-
const static Str reload := "refresh" - replace
-
const static Str replace := "replace" - replaceInFiles
-
const static Str replaceInFiles := "replaceInFiles" - save
-
const static Str save := "save" - saveAll
-
const static Str saveAll := "saveAll" - selectAll
-
const static Str selectAll := "selectAll" - undo
-
const static Str undo := "undo" - up
-
const static Str up := "up"