Skip to content

Commit

Permalink
Updates documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorec committed Aug 23, 2019
1 parent cb25760 commit 2963dab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -141,7 +141,7 @@ context.CreateTarget("Run.Libz")
flubu compile
```

* [FlubuCore interactive mode](https://flubucore.dotnetcore.xyz/build-script-runner-interactive/) which offers target tab completition, options tab completition, toogle targets/options, executed commands history. It is also possible to execute external commands and operable programs. For some of them FlubuCore offers tab completion with help out of the box(such as dotnet, git..)
* [FlubuCore interactive mode](https://flubucore.dotnetcore.xyz/build-script-runner-interactive/) which offers target tab completition, options tab completition, toogle targets/options, executed commands history. It is also possible to execute external commands and operable programs. For some of them FlubuCore offers tab completion with help displayed at the bottom of console out of the box(such as dotnet, git..)
![FlubuCore interactive mode](https://raw.githubusercontent.com/dotnetcore/flubu.core/master/assets/FlubuCore_Interactive_mode_full.gif)
Expand Down
2 changes: 1 addition & 1 deletion docs/en/index.md
Expand Up @@ -154,7 +154,7 @@ public class BuildScript : DefaultBuildScript
* [Possibility to use FlubuCore tasks in any other .NET application.](https://github.com/flubu-core/examples/blob/master/NetCore_csproj/BuildScript/BuildScriptTests.cs)
* [FlubuCore interactive mode](https://flubucore.dotnetcore.xyz/build-script-runner-interactive/) which offers target tab completition, options tab completition, toogle targets/options, executed commands history. It is also possible to execute external commands and operable programs. For some of them FlubuCore offers tab completion with help out of the box(such as dotnet, git..)
* [FlubuCore interactive mode](https://flubucore.dotnetcore.xyz/build-script-runner-interactive/) which offers target tab completition, options tab completition, toogle targets/options, executed commands history. It is also possible to execute external commands and operable programs. For some of them FlubuCore offers tab completion with help displayed at the bottom of console out of the box(such as dotnet, git..)
![FlubuCore interactive mode](https://raw.githubusercontent.com/dotnetcore/flubu.core/master/assets/FlubuCore_Interactive_mode_full.gif)
Expand Down
1 change: 1 addition & 0 deletions docs/en/tasks.md
Expand Up @@ -60,6 +60,7 @@ Here you can find list of FlubuCore built in tasks with short description. Each
|DotnetNugetPushTask|Pushes the nuget package to the nuget server.
|DotnetTestTask|Runs tests using a test runner specified in the project.json / csproj.
|DotnetCleanTask| Cleans the output of a project.
|DotnetToolTask| All dotnet tool commands.
|DotnetEfTasks| Various entity framework tasks.
|UpdateNetCoreVersionTask| Updates the version in csproj / project.json file
|CoverletTask| Coverlet is a cross platform code coverage library for .NET Core, with support for line, branch and method coverage [[ Documentation |https://github.com/tonerdo/coverlet]].
Expand Down

0 comments on commit 2963dab

Please sign in to comment.