Skip to content

Commit

Permalink
Fix problem with dashes in arg name and remove dependency of arg order (
Browse files Browse the repository at this point in the history
#6)

* add doctest for testing framework

* add gitignore file

* add test for current functionality

* refactor parser to work with test

* create parse long opt function

* refactor the big function

* rename to magic function

* refactor black hole

* fix bug for arg with space between arg and value, before work only with =
  • Loading branch information
ntsvetanov authored and lukedeo committed Apr 19, 2019
1 parent f92f55d commit 13c29db
Show file tree
Hide file tree
Showing 4 changed files with 6,481 additions and 258 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

.vscode/
tests
Loading

0 comments on commit 13c29db

Please sign in to comment.