Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From qsu-0.6.0 To qsu-0.6.1
2024-10-16
| ||
15:01 | Make display_name and description options generally available for register-service subcommand. check-in: 3c799881cf user: jan tags: trunk | |
2024-10-05
| ||
20:32 | Release maintenance. check-in: 2e398322b7 user: jan tags: qsu-0.6.1, trunk | |
20:25 | Crate maintenance. check-in: c677092c76 user: jan tags: trunk | |
20:13 | Docs. To make clap documentation make more sense. check-in: c99a00ffd2 user: jan tags: trunk | |
2024-09-13
| ||
01:15 | Update description. check-in: 8f422d4ee5 user: jan tags: qsu-0.6.0, trunk | |
01:07 | Cleanup. check-in: 8984fa32cf user: jan tags: trunk | |
Changes to Cargo.toml.
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | [package] name = "qsu" |
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | - + - + - + - + - + | systemd = ["dep:sd-notify"] rocket = ["rt", "dep:rocket", "tokio"] rt = [] tokio = ["rt", "tokio/macros", "tokio/rt-multi-thread", "tokio/signal"] wait-for-debugger = ["dep:dbgtools-win"] [dependencies] |
︙ |
Changes to src/argp.rs.
︙ | |||
76 77 78 79 80 81 82 | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | - + | let sub = mk_run_cmd(subcmd, svcname); cli.subcommand(sub) } else { cli } } |
︙ |
Changes to www/changelog.md.
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + + + + + + + + + + + + + + + + + + + + + + + | # Change log ⚠️ indicates a breaking change. ## [Unreleased] |
︙ |