Documentation
¶
Overview ¶
Package clishared holds helpers shared across krit's verb-specific CLI packages (internal/cli/<verb>/).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ScanModuleKotlinFiles ¶
ScanModuleKotlinFiles finds and parses all .kt files under the module's source roots.
func SimpleName ¶
SimpleName extracts the last dot-separated segment of an FQN, stripping any trailing parenthesised arity/signature.
func SplitPositional ¶
SplitPositional pulls up to max leading non-flag arguments out of args and returns them alongside the remaining (flag) arguments. Once a flag appears, all subsequent arguments are treated as flag args.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.