Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit c72f691

Browse filesBrowse files
Change nuget name
1 parent a9c6795 commit c72f691
Copy full SHA for c72f691

File tree

Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed

‎src/Fargo/Fargo.fsproj

Copy file name to clipboardExpand all lines: src/Fargo/Fargo.fsproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Description>A functional argument parser with built in completion.</Description>
56
</PropertyGroup>
67
<ItemGroup>
7-
<!-- <Compile Include="Fargo.fsi" /> -->
88
<Compile Include="Console.fs" />
99
<Compile Include="Token.fs" />
1010
<Compile Include="Parsers.fs" />

‎src/Fargo/paket.template

Copy file name to clipboard
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
type project
1+
type project
2+
id fargo

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.