Skip to content

Commit

Permalink
feat: Add a nushell-version property for ModuleDefaults
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Dec 30, 2024
1 parent 89603c8 commit 5c19db6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src-tsp/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ model ModuleDefaults {
* https://blue-build.org/reference/module/#no-cache-optional
*/
`no-cache`?: boolean = false;

/** The version of nushell to use for this module.
* This will override the version specified in the module's
* label `org.blue-build.nushell-version`.
*/
`nushell-version`?: string;
}

model CustomModule {
Expand Down

0 comments on commit 5c19db6

Please sign in to comment.