Merge branch 'develop' into feature/executable
This commit is contained in:
commit
1e5dbd4fa6
@ -102,7 +102,7 @@ def search(docopt_arguments, source_loader):
|
|||||||
|
|
||||||
# The start for the Fourmi Command Line interface.
|
# The start for the Fourmi Command Line interface.
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
arguments = docopt.docopt(__doc__, version='Fourmi - V0.4.0')
|
arguments = docopt.docopt(__doc__, version='Fourmi - V0.4.1')
|
||||||
loader = SourceLoader()
|
loader = SourceLoader()
|
||||||
|
|
||||||
if arguments["--include"]:
|
if arguments["--include"]:
|
||||||
|
Reference in New Issue
Block a user