* Show group-level details of commands Details can be defined at either a group command or its subcommand of the same name. If define on group-level it will also be shown in the group help without needing ??. * Fix > $ redirection for errored command and leak * Rewrite ar and dr commands with newshell Breaking changes: ar* => arf, ar- => arf-, ar. => ar* ar, => art, ar? => arq ar0 => ara0, arb => arab, ars => araS arC => arpC arn => arR art => arT arf => arF Removed: drm, aer
17 lines
225 B
Text
17 lines
225 B
Text
NAME=aex 40 (aka INC)
|
|
FILE==
|
|
ARGS=-a x86 -b32
|
|
CMDS=ar eax=1;aex 40;ar eax
|
|
EXPECT=<<EOF
|
|
eax = 0x00000002
|
|
EOF
|
|
RUN
|
|
|
|
NAME=aex 48 (aka DEC)
|
|
FILE==
|
|
ARGS=-a x86 -b32
|
|
CMDS=ar eax=4;aex 48;ar eax
|
|
EXPECT=<<EOF
|
|
eax = 0x00000003
|
|
EOF
|
|
RUN
|