We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b093c9 commit 500f4caCopy full SHA for 500f4ca
src/Depends/Program.cs
@@ -195,7 +195,7 @@ public AppWindow(DependencyGraph graph) : base("Depends", 0)
195
Width = Dim.Fill(),
196
Height = Dim.Fill(1)
197
};
198
- var helpText = new Label("Use arrow keys and Tab to move around. Ctrl+D to toggle assembly visibility. Esc to quit.")
+ var helpText = new Label("Use arrow keys and Tab to move around. Enter to select dependency. Ctrl+D to toggle assembly visibility. Esc to quit.")
199
{
200
Y = Pos.AnchorEnd(1)
201
0 commit comments