Changeset 48:e1a22d078bbb in stamper for docs/_build/html/using.html
- Timestamp:
- Aug 14, 2014, 9:36:15 AM (10 years ago)
- Branch:
- default
- Phase:
- public
- Tags:
- 0.1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/_build/html/using.html
r44 r48 234 234 <div class="section" id="stamps-full-list-of-arguments"> 235 235 <h2><a class="toc-backref" href="#id12">stamps - full List of arguments</a><a class="headerlink" href="#stamps-full-list-of-arguments" title="Permalink to this headline">¶</a></h2> 236 <p>You can get the full list of arguments from the command line too:</p>236 <p>You can get the full list of arguments from the command line:</p> 237 237 <div class="highlight-python"><div class="highlight"><pre><span class="n">stamps</span> <span class="o">-</span><span class="n">h</span> 238 238 </pre></div> … … 242 242 </pre></div> 243 243 </div> 244 <p>stamps: show recorded times information</p>245 <pre class="literal-block">246 usage: stamper [-h] [-v] [-s] [-g] [-t] [-d DELETE] [-i IMPORT_FILE]247 [customer] [filter]248 </pre>249 <dl class="docutils">250 <dt>Positional arguments:</dt>251 <dd><table class="first last docutils option-list" frame="void" rules="none">252 <col class="option" />253 <col class="description" />254 <tbody valign="top">255 <tr><td class="option-group">256 <kbd>customer</kbd></td>257 <td>Show times only for this customer</td></tr>258 <tr><td class="option-group">259 <kbd>filter</kbd></td>260 <td>Filter the times by date range</td></tr>261 </tbody>262 </table>263 </dd>264 <dt>Options:</dt>265 <dd><table class="first last docutils option-list" frame="void" rules="none">266 <col class="option" />267 <col class="description" />268 <tbody valign="top">269 <tr><td class="option-group" colspan="2">270 <kbd><span class="option">-v=False</span>, <span class="option">--verbose=False</span></kbd></td>271 </tr>272 <tr><td> </td><td>Include detailed times information</td></tr>273 <tr><td class="option-group" colspan="2">274 <kbd><span class="option">-s=False</span>, <span class="option">--sum=False</span></kbd></td>275 </tr>276 <tr><td> </td><td>Include sum of times</td></tr>277 <tr><td class="option-group" colspan="2">278 <kbd><span class="option">-g=False</span>, <span class="option">--graph=False</span></kbd></td>279 </tr>280 <tr><td> </td><td>Generate a SVG graph</td></tr>281 <tr><td class="option-group" colspan="2">282 <kbd><span class="option">-t=False</span>, <span class="option">--timeline=False</span></kbd></td>283 </tr>284 <tr><td> </td><td>Show a timeline of recorded times</td></tr>285 <tr><td class="option-group">286 <kbd><span class="option">-d</span>, <span class="option">--delete</span></kbd></td>287 <td>Delete up to n recorded stamps</td></tr>288 <tr><td class="option-group">289 <kbd><span class="option">-i</span>, <span class="option">--import</span></kbd></td>290 <td>Import stamps from the given file</td></tr>291 </tbody>292 </table>293 </dd>294 </dl>295 244 </div> 296 245 <div class="section" id="date-based-filtering">
Note:
See TracChangeset
for help on using the changeset viewer.