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

Separate command files from other logic files #349

Merged
merged 1 commit into from
Jul 22, 2021

Conversation

Integralist
Copy link
Collaborator

@Integralist Integralist commented Jul 21, 2021

This change set helps to distinguish CLI command logic from general application logic and helper utility logic.

├── pkg
│   ├── api
│   ├── app
│   ├── check
│   ├── cmd
│   ├── commands
│   │   ├── acl
│   │   ├── backend
│   │   ├── compute
│   │   ├── configure
│   │   ├── domain
│   │   ├── edgedictionary
│   │   ├── edgedictionaryitem
│   │   ├── healthcheck
│   │   ├── ip
│   │   ├── logging
│   │   ├── logs
│   │   ├── pop
│   │   ├── purge
│   │   ├── service
│   │   ├── serviceversion
│   │   ├── stats
│   │   ├── update
│   │   ├── vcl
│   │   ├── version
│   │   └── whoami
│   ├── config
│   ├── env
│   ├── errors
│   ├── exec
│   ├── filesystem
│   ├── mock
│   ├── revision
│   ├── sync
│   ├── testutil
│   ├── text
│   ├── time
│   ├── undo
│   └── useragent

@Integralist Integralist added the enhancement New feature or request label Jul 21, 2021
@Integralist Integralist merged commit 1218084 into main Jul 22, 2021
@Integralist Integralist deleted the integralist/nest-commands branch July 22, 2021 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants