Skip to content

Commit

Permalink
parser doc
Browse files Browse the repository at this point in the history
  • Loading branch information
snwfdhmp committed Jul 22, 2017
1 parent 882dc6f commit ec559d0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pkg/parser/parser.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
/*
@TODO describe parser with tags
*/
//parser will parse every command that duck has to execute
//it replaces tags to the format $tag and parameters to the
//format $[1-9]
//
//Tags: Replaced by:
//$main Concat ProjectRoot/Main property of project.conf
//$path ProjectRoot property of project.conf
//$name ProjectName property of project.conf
//
//$[1-9] Argument like in '@ cmd $1 $2 $3 ...'
package parser

import (
Expand Down

0 comments on commit ec559d0

Please sign in to comment.