https://github.com/fumiama/go-hide-param
Cmd line params hiding tool for win & unix in Golang.
https://github.com/fumiama/go-hide-param
cmdline command command-line go golang golang-package unsafe-pointers
Last synced: 2 months ago
JSON representation
Cmd line params hiding tool for win & unix in Golang.
- Host: GitHub
- URL: https://github.com/fumiama/go-hide-param
- Owner: fumiama
- License: gpl-3.0
- Created: 2021-09-19T13:13:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T14:25:05.000Z (over 1 year ago)
- Last Synced: 2025-04-09T22:11:20.275Z (2 months ago)
- Topics: cmdline, command, command-line, go, golang, golang-package, unsafe-pointers
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-hide-param
Cmd line params hiding tool for win & unix in Golang.## Usage
```go
import para "github.com/fumiama/go-hide-param"
// This will hide os.Args[index]
para.Hide(index)
```