Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Feat: Implemented Lambda commands function #9

Merged
merged 5 commits into from
Jun 17, 2022

Conversation

scarletquasar
Copy link
Owner

Usage:

var container = new CommandContainer();
container.Register("echo", new Action<string[]>((string[] args) => Console.WriteLine(string.Join("", args)));

container.WaitForNextCommand();

scarletquasar and others added 5 commits June 16, 2022 22:48
* Changed the dependency package to be inside the main project (#6)

* Move abstraction project to Cli.Net project and create new nuget package definition

* Create build_upload_nuget_package.yml

* Package: .nuspec package fix implementations (#7)

* package: gitignore and .nuspec implementations

+ project solution links

* chore: removed console unused project

+ solution implementations

* package: 2.1.1 project implementation and removed .nuspec

* Update README.MD

Co-authored-by: Hederson Boechat <hedersonboechat@gmail.com>
@scarletquasar scarletquasar self-assigned this Jun 17, 2022
@scarletquasar scarletquasar added the enhancement New feature or request label Jun 17, 2022
@scarletquasar scarletquasar changed the base branch from main to development June 17, 2022 02:31
@scarletquasar scarletquasar marked this pull request as ready for review June 17, 2022 02:32
@scarletquasar scarletquasar merged commit 21a897a into development Jun 17, 2022
@scarletquasar scarletquasar deleted the feat/lambdacommands branch June 17, 2022 02:33
scarletquasar added a commit that referenced this pull request Jun 17, 2022
* Changed the dependency package to be inside the main project (#6)

* Move abstraction project to Cli.Net project and create new nuget package definition

* Create build_upload_nuget_package.yml

* Package: .nuspec package fix implementations (#7)

* package: gitignore and .nuspec implementations

+ project solution links

* chore: removed console unused project

+ solution implementations

* package: 2.1.1 project implementation and removed .nuspec

* Update README.MD

* Feat: Implemented Lambda commands function (#9)

* Feat: Fixed version 2.1.1 (#8)

* Changed the dependency package to be inside the main project (#6)

* Move abstraction project to Cli.Net project and create new nuget package definition

* Create build_upload_nuget_package.yml

* Package: .nuspec package fix implementations (#7)

* package: gitignore and .nuspec implementations

+ project solution links

* chore: removed console unused project

+ solution implementations

* package: 2.1.1 project implementation and removed .nuspec

* Update README.MD

Co-authored-by: Hederson Boechat <hedersonboechat@gmail.com>

* chore: implemented lambda commands list

* chore: implemented lambda command list methods

* fix: fixed null object _lambdaCommands

Co-authored-by: Hederson Boechat <hedersonboechat@gmail.com>

* Update README.MD

* Update README.MD

* Feat: ExecuteEnvironmentCommands() method (#10)

* chore: fixed operations of ExecuteEnvironmentCommands

* package: 2.2.0-alpha information

* Update README.MD

* solution: removed unused file

Co-authored-by: Hederson Boechat <hedersonboechat@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant