iotile / typedargs

API typechecking and command line shell generation package
GNU Lesser General Public License v3.0
1 stars 2 forks source link

Creating history of commands #49

Open vvynohradov opened 5 years ago

vvynohradov commented 5 years ago

After we exit our shell, we are losing info about commands that we previously typed. We should create a history of commands, so that we are going to have access to commands even after exiting(see .bash_history)