Commit 5e45871
mix help app:APP: compile current Mix project (if any) (#14958)
Prior to this patch, it was impossible to get help for the current app:
nimble_csv$ mix help app:nimble_csv
Application nimble_csv does not exist or is not loaded
It also helps with projects with depenendencies when they haven't been
compiled yet:
req$ mix deps.get && mix help app:finch # mix deps.compile haven't been run yet
Application finch does not exist or is not loaded
Now it works:
nimble_csv$ mix help app:nimble_csv
Compiling 1 file (.ex)
Generated nimble_csv app
# NimbleCSV
NimbleCSV is a small and fast parsing and dumping library.
# NimbleCSV.RFC4180
A CSV parser that uses comma as separator and double-quotes as escape according
to RFC4180.
# NimbleCSV.Spreadsheet
A parser with spreadsheet friendly settings.1 parent 0db308c commit 5e45871
2 files changed
+41
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
122 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
225 | 260 | | |
226 | 261 | | |
227 | 262 | | |
| |||
0 commit comments