Skip to content

Commit

Permalink
add πŸ—οΈ to denote in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
zineanteoh committed Sep 16, 2023
1 parent d3a11d2 commit 340d8b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/dev-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const promptAction = async () => {
// 3. get entire JSON of their document
},
{
name: "Modify a hacker's document",
name: "πŸ—οΈ Modify a hacker's document",
value: 'modify-hacker',
// sub-action:
// 1. change application status
Expand All @@ -83,7 +83,7 @@ export const promptAction = async () => {
// 4. check in
},
{
name: 'Modify a team',
name: 'πŸ—οΈ Modify a team',
value: 'modify-team',
// sub-action:
// 1. change team name
Expand All @@ -92,11 +92,11 @@ export const promptAction = async () => {
// 4. change devpost link?
},
{
name: 'Clear a collection (dangerous)',
name: 'πŸ—οΈ Clear a collection (dangerous)',
value: 'clear-collection',
},
{
name: 'Populate a collection',
name: 'πŸ—οΈ Populate a collection',
value: 'populate-collection',
},
{
Expand Down

0 comments on commit 340d8b9

Please sign in to comment.