Skip to content

Commit

Permalink
deploy: 6cda94f
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsarahm committed Apr 2, 2024
1 parent 59f356e commit c724b58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _sources/examples/tasktracking.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ allows specifying a file for the body of the issue, and `-` reads from stdin, or

(makeupbadgeissue)=
### Create a badge issue for a specific date
Put badge instructions into the PR comment, while creating a PR from the current branch
Create a badge issue from instructions

```
cspt getassignment --type practice --date 2024-02-15 | gh pr create -t 'practice 2024-02-15' -F -
cspt getassignment --type practice --date 2024-02-15 | gh issue create -t 'practice 2024-02-15' -F -
```


Expand Down
4 changes: 2 additions & 2 deletions examples/tasktracking.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ <h2>Get Assignment<a class="headerlink" href="#get-assignment" title="Link to th
allows specifying a file for the body of the issue, and <code class="docutils literal notranslate"><span class="pre">-</span></code> reads from stdin, or in this case the pipe.</p>
<section id="create-a-badge-issue-for-a-specific-date">
<span id="makeupbadgeissue"></span><h3>Create a badge issue for a specific date<a class="headerlink" href="#create-a-badge-issue-for-a-specific-date" title="Link to this heading">#</a></h3>
<p>Put badge instructions into the PR comment, while creating a PR from the current branch</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cspt</span> <span class="n">getassignment</span> <span class="o">--</span><span class="nb">type</span> <span class="n">practice</span> <span class="o">--</span><span class="n">date</span> <span class="mi">2024</span><span class="o">-</span><span class="mi">02</span><span class="o">-</span><span class="mi">15</span> <span class="o">|</span> <span class="n">gh</span> <span class="n">pr</span> <span class="n">create</span> <span class="o">-</span><span class="n">t</span> <span class="s1">&#39;practice 2024-02-15&#39;</span> <span class="o">-</span><span class="n">F</span> <span class="o">-</span>
<p>Create a badge issue from instructions</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cspt</span> <span class="n">getassignment</span> <span class="o">--</span><span class="nb">type</span> <span class="n">practice</span> <span class="o">--</span><span class="n">date</span> <span class="mi">2024</span><span class="o">-</span><span class="mi">02</span><span class="o">-</span><span class="mi">15</span> <span class="o">|</span> <span class="n">gh</span> <span class="n">issue</span> <span class="n">create</span> <span class="o">-</span><span class="n">t</span> <span class="s1">&#39;practice 2024-02-15&#39;</span> <span class="o">-</span><span class="n">F</span> <span class="o">-</span>
</pre></div>
</div>
</section>
Expand Down
Loading

0 comments on commit c724b58

Please sign in to comment.