Skip to content

Commit

Permalink
Display dynamic version string in --help
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaily committed Jul 21, 2022
1 parent 83dfa15 commit d8560ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/Fake.netcore/Cli.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ open System
open Fake.Core.CommandLineParsing

let fakeArgsHint =
"""
FAKE 5
$"""
{Fake.Runtime.Environment.fakeVersionStr}
"""

Expand Down

0 comments on commit d8560ca

Please sign in to comment.