TheFriendlyCoder / friendlyshell

Framework for writing interactive Python command line interfaces, similar to the 'cmd' built in class.
Apache License 2.0
0 stars 0 forks source link

Preserve quotes for quoted parameters #91

Closed TheFriendlyCoder closed 6 years ago

TheFriendlyCoder commented 6 years ago

Currently when a command parameter is quoted, the surrounding quotes are being suppressed. This can mess up sub-shells that need to leverage quotes for parsing more complex input parameters. This needs to be fixed.