FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
secureCodeBox/scbctl/main.go at main · secureCodeBox/secureCodeBox · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
secureCodeBox
/
secureCodeBox
Public
Notifications
You must be signed in to change notification settings
Fork
183
Star
985
Code
Issues
62
Pull requests
3
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
secureCodeBox
/
scbctl
/
main.go
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (15 loc) · 289 Bytes
Breadcrumbs
secureCodeBox
/
scbctl
/
main.go
Copy path
File metadata and controls
18 lines (15 loc) · 289 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-FileCopyrightText: the secureCodeBox authors
//
// SPDX-License-Identifier: Apache-2.0
package
main
import
(
"os"
"github.com/secureCodeBox/secureCodeBox/scbctl/cmd"
)
func
main
() {
rootCmd
:=
cmd
.
NewRootCommand
()
err
:=
rootCmd
.
Execute
()
if
err
!=
nil
{
os
.
Exit
(
1
)
}
}
Back
|
FazBrowse Home
|
New Git URL