Celestino Amoroso camoroso
  • Joined on 2021-04-24
camoroso pushed to main at howto/linux 2026-03-12 08:10:43 +01:00
cee221d3e3 xdg-default-browser.adoc: fixed set command
camoroso pushed to main at howto/linux 2026-03-12 08:02:11 +01:00
f37e7f9f91 vncserver.adoc: typo
camoroso pushed to main at howto/linux 2026-03-12 06:19:41 +01:00
f3bee46a88 vncserver.adoc: typo
camoroso pushed to main at howto/linux 2026-03-12 06:16:00 +01:00
aa756adaf2 typo
camoroso pushed tag v1.4.0 to go-pkg/cli 2026-03-06 11:47:48 +01:00
camoroso pushed to main at go-pkg/cli 2026-03-06 11:46:33 +01:00
00b84278d8 CliParser.Init() accepts optional flags. Currently una flag is available: ResetOnEqualSign
9e28ee6545 final checks on opt values moved after option parsing is complete
92267aec50 cli.go: in CliParser.Parse() renamed args as commandArgs
Compare 3 commits »
camoroso pushed tag v1.3.0 to go-pkg/cli 2026-03-05 22:32:12 +01:00
camoroso pushed to main at go-pkg/cli 2026-03-05 22:31:41 +01:00
95fae40d5f add final checks on option values
b5f8d9eaab cli.go: fixed an out-of-bound error on cli.argSpecs array
ac8d5fa3a9 value of a container option (e.g. array) is reset to empty on first specification
Compare 3 commits »
camoroso pushed tag v1.2.1 to go-pkg/cli 2026-02-04 05:55:19 +01:00
camoroso pushed to main at go-pkg/cli 2026-02-04 05:55:10 +01:00
f55e9cea82 opt-multi: changed the help template
camoroso pushed tag v1.2.0 to go-pkg/cli 2026-02-04 05:23:42 +01:00
camoroso pushed to main at go-pkg/cli 2026-02-04 05:23:35 +01:00
4111864916 New option type 'multi'. Its value is the number of occurences of an option
camoroso pushed tag v1.1.0 to go-pkg/cli 2026-01-23 11:21:29 +01:00
camoroso pushed to main at go-pkg/cli 2026-01-23 11:21:23 +01:00
f830851e58 test: added NAME section to the help output
b9f5f92948 cli-usage.go: added black separator around NAME sections
69f550884a added program name and description to the help output
9e2e5c1f37 opt-int-array.go: changed data type in error messages
548b816d4b README.md AI generated
Compare 5 commits »
camoroso deleted tag v.0.4.0 from go-pkg/utils 2026-01-15 16:20:19 +01:00
camoroso pushed tag v0.4.0 to go-pkg/utils 2026-01-15 16:10:42 +01:00
camoroso pushed tag v.0.4.0 to go-pkg/utils 2026-01-15 15:53:16 +01:00
camoroso pushed to main at go-pkg/utils 2026-01-15 15:52:51 +01:00
97a7408481 file-util.go: new functions CopyFileWithParent(), CopyFile(), CompareFilesBMd5(), CompareLastChangeTime(), and LoadFile()
camoroso pushed tag v0.33.1 to go-pkg/expr 2025-11-15 06:19:23 +01:00
camoroso pushed to main at go-pkg/expr 2025-11-15 06:18:44 +01:00
d64602cb00 builtin-string.go: fix return type of strLower() and strUpper()