]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blame - helpers/actions/command.py
Add music-path option to the command line
[perso/Immae/Projets/Python/MusicSampler.git] / helpers / actions / command.py
CommitLineData
c4f4f2a1
IB
1def run(action, command="", **kwargs):
2 # FIXME: todo
3 pass
4
5def description(action, command="", **kwargs):
6 return "running command {}".format(command)