1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/shell/commands
René Kijewski c507632e50 Use argc and argv in shell handlers
Compare #708.

Now the tokenization of an input line is done by the shell itself. You
may quote arguments with `"..."`. Empty arguments, supplied by `""` are
preserved. Spaces in between arguments are squasheds; spaces inside
quotes are preserved.

You cannot partially quote an argument. You must not use
- `cmd "abc`,
- `cmd abc"def"`, or
- `cmd "abc"def`.
2014-02-25 17:54:17 +01:00
..
Makefile build id shell command only for config module 2014-02-25 10:11:04 +01:00
sc_cc1100.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_disk.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_heap.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_id.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_ltc4150.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_mersenne.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_ps.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_rtc.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_sht11.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_sys.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
sc_transceiver.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00
shell_commands.c Use argc and argv in shell handlers 2014-02-25 17:54:17 +01:00