CLI Structure #2

Closed
opened 2025-12-28 17:11:53 +00:00 by sami · 4 comments
Owner

Originally created by @revett on GitHub (Feb 9, 2018).

Originally assigned to: @revett on GitHub.

Task to setup CLI structure using urfave/cli package.

Originally created by @revett on GitHub (Feb 9, 2018). Originally assigned to: @revett on GitHub. Task to setup CLI structure using [urfave/cli](https://github.com/urfave/cli) package.
sami 2025-12-28 17:11:53 +00:00
  • closed this issue
  • added the
    task
    label
Author
Owner

@revett commented on GitHub (Feb 9, 2018):

Picking this up this weekend 👍

@revett commented on GitHub (Feb 9, 2018): Picking this up this weekend 👍
Author
Owner

@anthdm commented on GitHub (Feb 9, 2018):

@revett I already added the dep and 2 commands for debugging contracts. The rest is up to you.

@anthdm commented on GitHub (Feb 9, 2018): @revett I already added the dep and 2 commands for debugging contracts. The rest is up to you.
Author
Owner

@anthdm commented on GitHub (Feb 23, 2018):

Example of current available commands

./bin/neo-go contract compile somecontract.go
./bin/neo-go contract opdump somecontract.go
./bin/neo-go node -tcp 4000 -rpc 5000

Nice to have for operating on the blockchain

./bin/neo-go block 99
./bin/neo-go block 11172aed3a61fe64ae82cb02e886757d352a4452f956a0703d0809880538ba58
@anthdm commented on GitHub (Feb 23, 2018): ### Example of current available commands ``` ./bin/neo-go contract compile somecontract.go ./bin/neo-go contract opdump somecontract.go ./bin/neo-go node -tcp 4000 -rpc 5000 ``` ### Nice to have for operating on the blockchain ``` ./bin/neo-go block 99 ./bin/neo-go block 11172aed3a61fe64ae82cb02e886757d352a4452f956a0703d0809880538ba58 ```
Author
Owner

@anthdm commented on GitHub (Feb 23, 2018):

CLi is kinda bootstrapped for now and will expand as the project grows. I think its best to create different issues for each CLI implementation. Therefore I will close this issue to keep things nice and clean.

@anthdm commented on GitHub (Feb 23, 2018): CLi is kinda bootstrapped for now and will expand as the project grows. I think its best to create different issues for each CLI implementation. Therefore I will close this issue to keep things nice and clean.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neo-go#2
No description provided.