All Downloads are FREE. Search and download functionalities are using the official Maven repository.

domains.com.github.bogieclj.molecule.mods.ishell.JLineInteractiveShellModule.json Maven / Gradle / Ivy

There is a newer version: 0.1.2
Show newest version
{
  "help" :{
    "uri" : "function://system/ishell/jline/listHelpFun",
    "doc" : "Show this help!"
  },
  "exit" :{
    "uri" : "function://system/ishell/jline/exitSystemFun",
    "doc" : "Exits the system!"
  },
  "domains" : {
    "uri" : "function://system/ishell/jline/listDomainsFun",
    "doc" : "List all valid accessible domains within the current active domain"
  },
  "ops" : {
    "uri" : "function://system/ishell/jline/listOperationsFun",
    "doc" : "List all valid accessible operations within the current active domain"
  },
  "cd" : {
    "uri" : "function://system/ishell/jline/changeDomainFun",
    "doc" : "Change to the specified domain"
  },
  "pwd" : {
    "uri" : "function://system/ishell/jline/getPresentWorkingDomainFun",
    "doc" : "Prints the present working domain"
  },
  "modules" : {
    "uri" : "function://system/ishell/jline/listModulesFun",
    "doc" : "Lists installed modules within the system"
  },
  "about" : {
    "uri" : "function://system/ishell/jline/aboutModuleFun",
    "doc" : "Provides details about a specified module given its name"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy