No description
- Add command_registry.dart for centralized command registration - Move util commands to appropriate directories (build, file, infra, notification) - Update application.dart and all affected command files |
||
|---|---|---|
| .gemini | ||
| .vscode | ||
| assets | ||
| bin | ||
| lib | ||
| refactoring | ||
| test | ||
| .gitignore | ||
| analysis_options.yaml | ||
| build_osx.yaml | ||
| build_win.yaml | ||
| CHANGELOG.md | ||
| pubspec.yaml | ||
| README.md | ||
| slack_test.yaml | ||
A sample command-line application with an entrypoint in bin/, library code
in lib/, and example unit test in test/.