Commit e620dc0
committed
cmd: split flux-job into separate source files
Problem: All subcommands for flux-job(1) are stashed in a single source
file and the result is getting unwieldy.
Split flux-job.c into several sources under src/cmd/job.
Most commands get their own source file, but several commands are
grouped together, e.g. flux-job cancel/cancelall/raise/raiseall/kill...
No code was changed during this update.1 parent 45ad784 commit e620dc0
File tree
22 files changed
+4522
-3943
lines changed- src/cmd
- job
22 files changed
+4522
-3943
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
137 | 159 | | |
138 | 160 | | |
139 | 161 | | |
| |||
0 commit comments