Skip to content

use template string as an input for '-t' #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
chfw opened this issue Jan 6, 2019 · 3 comments · Fixed by #159
Closed

use template string as an input for '-t' #154

chfw opened this issue Jan 6, 2019 · 3 comments · Fixed by #159

Comments

@chfw
Copy link
Member

chfw commented Jan 6, 2019

we may extend our functionality to support

$export HELLO="world"
$moban -t "{{HELLO}}"

and get moban.output

#133

@chfw
Copy link
Member Author

chfw commented Jan 6, 2019

and support the following form too:

$export HELLO="world"
$moban "{{HELLO}}"

@chfw
Copy link
Member Author

chfw commented Jan 6, 2019

$moban -t "{{HELLO}}" does not look good as it applies dural meaning to '-t'. so would remove such a support but allows moban "{{HELLO}}"

@chfw
Copy link
Member Author

chfw commented Jan 6, 2019

will be delivered in 0.3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant