issues
search
kward
/
shflags
shFlags is a port of the Google gflags library for Unix shell.
Apache License 2.0
283
stars
45
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update README.md with fresh Documentation link (1.3.x)
#58
opporancisis
opened
8 months ago
0
source'ing shflags causes script to fail when `set -euo pipefail` is used
#57
andresoto-x
closed
1 year ago
2
Is there a way pass undefined params and the shell script will not FATAL and exit
#56
dblate
opened
1 year ago
2
Allow behavior of '--help' flag evaluation being treated as an error to be overridden
#55
Mar-Veloz
closed
1 month ago
0
Use of '--help' flag always results in exit, even when flags_help() is overriden
#54
Mar-Veloz
opened
4 years ago
1
Fix argument and option parsing for strings with quotes
#53
brunk
opened
4 years ago
0
Fixed handling of string option values containing single and double quotes
#52
brunk
opened
4 years ago
0
Unexpected behavior with default true booleans
#51
theanine
opened
5 years ago
1
Do not export FLAGS_ARGC
#50
sergey-s-betke
closed
4 years ago
5
Invalid option/parsing error should show help in addition to exception
#49
Pitterling
opened
6 years ago
1
The Unix CD Bookshelf might have info on getopt
#48
kward
opened
6 years ago
0
shFlags 1.2.2 - showing help does not exit program
#47
Pitterling
closed
7 years ago
1
busybox's getopt can be compiled with or without long options so we need to test for that
#46
kward
closed
7 years ago
0
Empty help string causes shflags_test_issue_28.sh to fail.
#45
kward
closed
7 years ago
1
Update shell support
#44
kward
closed
4 years ago
0
Add support for BusyBox ash shell.
#43
kward
closed
7 years ago
0
Added function declaration section.
#42
kward
closed
7 years ago
0
boolean support in bash
#41
yodog
closed
7 years ago
2
Add builtin equivalent for _flags_itemInList
#40
dnschneid
closed
7 years ago
1
Just say no or just do it
#39
bartoncreek
closed
8 years ago
1
Kingtutbranch
#38
bartoncreek
closed
8 years ago
0
Exit with FALSE handling 'help' argument.
#37
wrymarki
closed
8 years ago
0
Feature request: support for multi-value arguments
#36
stephenchu
opened
8 years ago
3
Feature/fix typos
#35
petervanderdoes
closed
7 years ago
0
Feature/add option no negate option
#34
petervanderdoes
opened
8 years ago
0
Feature/refactor item in list
#33
petervanderdoes
closed
7 years ago
0
Busybox ash support
#32
JesterEE
closed
7 years ago
3
support for newline in the FLAGS_HELP
#31
GoogleCodeExporter
closed
7 years ago
2
add (+document) the function for displaing the actual flag values
#30
GoogleCodeExporter
opened
9 years ago
0
document in the wiki the way to show help for no flags/arguments present
#29
GoogleCodeExporter
opened
9 years ago
0
DEFINE_boolean misbehaves when help-string is empty
#28
GoogleCodeExporter
closed
7 years ago
1
Code review request: Fixes for the test testItemInList() in shflags_test_private.sh
#27
GoogleCodeExporter
closed
7 years ago
2
Code review request: Refactor function _flags_itemInList
#26
GoogleCodeExporter
closed
7 years ago
3
Fix some typos
#25
GoogleCodeExporter
closed
7 years ago
2
Code review request
#24
GoogleCodeExporter
closed
9 years ago
4
Enhancement: Add the ability to have a flag without the negate option
#23
GoogleCodeExporter
opened
9 years ago
8
Test fails because error message in _flags_getFlagInfo changed
#22
GoogleCodeExporter
closed
9 years ago
1
Replace expr command
#21
GoogleCodeExporter
closed
9 years ago
9
incorrect FSF address in license
#20
GoogleCodeExporter
closed
9 years ago
1
When parsing a command line is a part of a "main" function, the library doesn't work
#19
GoogleCodeExporter
closed
9 years ago
3
Boolean flags don't work as documented
#18
GoogleCodeExporter
closed
9 years ago
2
Unit test testStandardHelpOutput fails on OS X Lion
#17
GoogleCodeExporter
closed
9 years ago
1
Find way to support long flags on systems that don't have GNU getopt installed.
#16
GoogleCodeExporter
opened
9 years ago
3
shflags is not working on freebsd (and certainly other BSD)
#15
GoogleCodeExporter
closed
9 years ago
3
It is not possible to have a long option which contains a '-' character.
#14
GoogleCodeExporter
closed
9 years ago
1
Failed to parse long option on Mac OSX Snow Leopard with standard getopt
#13
GoogleCodeExporter
opened
9 years ago
10
Add ability to mark options as required
#12
GoogleCodeExporter
opened
9 years ago
4
add option to suppress [no] from help output
#11
GoogleCodeExporter
closed
9 years ago
3
Variable begins with a hyphen may cause 'expr' error
#10
GoogleCodeExporter
closed
9 years ago
2
Running /bin/sh with the -e flag causes shFlags to exit unexpectedly
#9
GoogleCodeExporter
closed
4 years ago
3
Next