Ferreteria/v0.6/fx/ParseInputString
< Ferreteria | v0.6 | fx
Jump to navigation
Jump to search
About
This function defines what the main (first) input to a given command-line item (InputRq) means.
- Definition:
public function ParseInputString(string $s) : void$s= first value given to the subcommand (e.g. for "cmd:stuff:things", $s will be "stuff")- Additional parts (e.g. "things") get sent to
ParseInputArgs().
Usage
| clade | usage | called from | notes |
|---|---|---|---|
Sys\Events\InputRq |
require, call | WithItemPiece()
| |
Sys\Events\InputRq\Setting |
cement |
Also used by The Futilities.