-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'superbol-free switch config' to print/modify configuration
- Loading branch information
Showing
3 changed files
with
114 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
(**************************************************************************) | ||
(* *) | ||
(* SuperBOL OSS Studio *) | ||
(* *) | ||
(* Copyright (c) 2022-2023 OCamlPro SAS *) | ||
(* *) | ||
(* All rights reserved. *) | ||
(* This source code is licensed under the GNU Affero General Public *) | ||
(* License version 3 found in the LICENSE.md file in the root directory *) | ||
(* of this source tree. *) | ||
(* *) | ||
(**************************************************************************) | ||
|
||
val env_cmd : Ezcmd.V2.EZCMD.TYPES.sub | ||
val switch_cmd : Ezcmd.V2.EZCMD.TYPES.sub | ||
val switch_config_cmd : Ezcmd.V2.EZCMD.TYPES.sub | ||
val switch_env_cmd : Ezcmd.V2.EZCMD.TYPES.sub | ||
val switch_import_cmd : Ezcmd.V2.EZCMD.TYPES.sub | ||
val switch_add_cmd : Ezcmd.V2.EZCMD.TYPES.sub | ||
val switch_list_cmd : Ezcmd.V2.EZCMD.TYPES.sub | ||
val switch_set_cmd : Ezcmd.V2.EZCMD.TYPES.sub | ||
val switch_build_cmd : Ezcmd.V2.EZCMD.TYPES.sub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters