Skip to content
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

simple CLI #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

ChristianKniep
Copy link

@ChristianKniep ChristianKniep commented Nov 19, 2022

Very simple cobra CLI... Lemme know what you think.
https://gitlab.com/qnib-golang/gonja-cli

@ChristianKniep
Copy link
Author

Issue #11

@ChristianKniep
Copy link
Author

go run cmd/main.go testData/filters/batch.tpl -
<table>
  <tr>
    <td>0</td>
    <td>1</td>
    <td>2</td>
  </tr>
  <tr>
    <td>3</td>
    <td>4</td>
    <td>5</td>
  </tr>
  <tr>
    <td>6</td>
  </tr>
</table>

<table>
  <tr>
    <td>0</td>
    <td>1</td>
    <td>2</td>
  </tr>
  <tr>
    <td>3</td>
    <td>4</td>
    <td>5</td>
  </tr>
  <tr>
    <td>6</td>
    <td>filled</td>
    <td>filled</td>
  </tr>
</table> 

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 this pull request may close these issues.

None yet

1 participant