Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez authored and sctfic committed Apr 6, 2019
1 parent 31fb9a3 commit 2988358
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lesspass.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ function Get-LessPass {


$PasswordProfile = New-Profile @PSBoundParameters
$PasswordProfile | Out-String | Write-Host

return GeneratePassword $PasswordProfile $master_password
# todo: if -Prompt flag is present copy to clipboard
# todo: request master_password if not provided
# todo: generate password
# todo: if -Clipboard flag is present copy to clipboard
}
end {
Expand Down

0 comments on commit 2988358

Please sign in to comment.