Move command-line parsing to a separate file

This commit is contained in:
Romain Vimont 2019-12-08 21:35:19 +01:00
commit d950383b72
4 changed files with 551 additions and 527 deletions

View file

@ -1,5 +1,6 @@
src = [
'src/main.c',
'src/cli.c',
'src/command.c',
'src/control_msg.c',
'src/controller.c',