Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop-TogglEntry is not recognized as the name of a cmdlet #4

Closed
arnelap opened this issue Jun 10, 2019 · 2 comments
Closed

Stop-TogglEntry is not recognized as the name of a cmdlet #4

arnelap opened this issue Jun 10, 2019 · 2 comments
Assignees
Milestone

Comments

@arnelap
Copy link

arnelap commented Jun 10, 2019

Stop-TogglEntry : The term 'Stop-TogglEntry' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:1

  • Stop-TogglEntry
  •   + CategoryInfo          : ObjectNotFound: (Stop-TogglEntry:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
@Clijsters Clijsters added this to the v1.4 milestone Jun 12, 2019
@Clijsters Clijsters added the up-for-grabs This issue is a good fit for new contributors label Jun 12, 2019
@Clijsters
Copy link
Owner

Thank you for submitting that issue. That is a documentation issue, because the code example lists a cmdlet which doesn't exist yet.

But yeah it is crucial to be able to stop a running timer for a full functioning Toggl Client.
I will implement this as fast as possible. Until then it's up-for-grabs!

@Clijsters Clijsters self-assigned this Jul 13, 2019
@Clijsters Clijsters added in-progress and removed up-for-grabs This issue is a good fit for new contributors labels Jul 13, 2019
@Clijsters
Copy link
Owner

Clijsters commented Jul 7, 2020

Status Update: Tests are finished and expecting something like:

$runningEntry = (Get-TogglEntry -Current)
if ($runningEntry) {
    $answer = Invoke-TogglMethod -UrlSuffix ("time_entries/" + $runningTimer.id + "/stop")
    Write-Output $answer
}

(What layed in my profile functions for months. That's why I didn't realized that this feature wasn't implemented.)

Plus Workspace management (Getting implemented in #7 and Private task "Alle public cmdlets brauchen den Workspace Parameter")
And some nice pipeline support and documentation updates.

Clijsters added a commit that referenced this issue Jul 7, 2020
Works on: #4
Related to: #7
Clijsters added a commit that referenced this issue Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants