Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.2
-
Component/s: Command 'system'
-
Security Level: Public
-
- Environment:
- -
Workaround with quotes for 2.1.2
In version 2.2.0, quotes are not required:
cdeneux@cdeneux-laptop:~$ petals-cli -c -- system echo linux linux cdeneux@cdeneux-laptop:~$ petals-cli -c -- system "echo linux" linuxcdeneux@cdeneux-laptop:~$ petals-cli -c -- system echo linux linux cdeneux@cdeneux-laptop:~$ petals-cli -c -- system "echo linux" linux