mirror of
https://github.com/foomo/posh.git
synced 2026-06-10 13:20:01 +00:00
690 B
690 B
title
| title |
|---|
| posh init |
posh init
Initialize a Project Oriented Shell
Synopsis
Initialize (posh init) will create a new Project Oriented Shell with the appropriate structure.
Posh init must be run inside of a go module (please run "go mod init <MODNAME> first)"
posh init [flags]
Options
--dry don't render files
-h, --help help for init
--override override existing files
Options inherited from parent commands
--level string set log level (default: info) (default "info")
--no-color disabled colors (default: false)
SEE ALSO
- posh - Project Oriented Shell (posh)