Skip to content
/ ArgX Public

ArgX extended command line passing specification for Win32, with implementation.

License

Notifications You must be signed in to change notification settings

al45tair/ArgX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArgX - Better argument passing for Windows

Build Status Documentation Status

Introduction

Windows' handling of command line arguments historically has been poor; even in 2019, Windows still passes arguments as a single command line string, which makes processing arguments error-prone and also results in unreasonable limits on command line lengths.

ArgX aims to fix this situation in a backwards-compatible manner, such that programs that use ArgX will be able to pass arbitrary numbers of arguments cleanly among themselves without worrying about how various metacharacters might be interpreted by subprocesses.

About

ArgX extended command line passing specification for Win32, with implementation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published