Move command-line parsing to a separate file

This commit is contained in:
Romain Vimont
2019-12-08 21:35:19 +01:00
parent 61274a7cdb
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',