Skip to content

Commit

Permalink
Move category 'Develop and learn' in UI up
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Apr 19, 2024
1 parent 0f919a7 commit 55b1a77
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions implement/pine/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,18 @@ private static int MainLessDispose(
commands = setupGroupCommands,
},
new
{
title = "Develop and learn:",
commands = new[]
{
makeCommand,
compileCommand,
interactiveCommand,
describeCommand,
elmTestRsCommand,
}
},
new
{
title = "Operate servers and maintain live systems:",
commands = new[]
Expand All @@ -148,18 +160,6 @@ private static int MainLessDispose(
truncateProcessHistoryCommand,
}
},
new
{
title = "Develop and learn:",
commands = new[]
{
makeCommand,
compileCommand,
interactiveCommand,
describeCommand,
elmTestRsCommand,
}
},
}
.Where(group => 0 < group.commands.Length)
.Select(group => new
Expand Down

0 comments on commit 55b1a77

Please sign in to comment.