0.4.2
This commit is contained in:
parent
31790cc10c
commit
b68a4e474b
@ -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.1')
|
arguments = docopt.docopt(__doc__, version='Fourmi - V0.4.2')
|
||||||
loader = SourceLoader()
|
loader = SourceLoader()
|
||||||
|
|
||||||
if arguments["--include"]:
|
if arguments["--include"]:
|
||||||
|
Reference in New Issue
Block a user