Skip to content

nyaosorg/go-windows-commandline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-windows-commandline

This package gets the raw command-line as is.

[C:] cd example
[C:] type main.go
package main

import (
    "fmt"

    "github.com/nyaosorg/go-windows-commandline"
)

func main() {
    fmt.Println(commandline.Get())
}

[C:] go build
[C:] example.exe "1  2" "3  4" "5  6"
example.exe "1  2" "3  4" "5  6"
$

Not on Windows-OS, this package emulates the behavior on Windows.

About

This package gets the raw command-line as is.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages