Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dokos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
Dokos
Commits
a899bf4b
Commit
a899bf4b
authored
2 years ago
by
Thibault Debatty
Browse files
Options
Downloads
Patches
Plain Diff
renamed main python file to __main__.py so we can run with python -m dokos ...
parent
3edfbe15
No related branches found
No related tags found
No related merge requests found
Pipeline
#10451
failed
2 years ago
Stage: test
Stage: build
Stage: release
Stage: upload
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+6
-0
6 additions, 0 deletions
README.md
src/dokos/__main__.py
+0
-0
0 additions, 0 deletions
src/dokos/__main__.py
with
6 additions
and
0 deletions
README.md
+
6
−
0
View file @
a899bf4b
...
...
@@ -22,6 +22,12 @@ You can now use with
dokos
-l
<login>
-P
<passwords list>
-f
<failed login message> <url>
```
or
```
bash
python3
-m
dokos
-l
<login>
-P
<passwords list>
-f
<failed login message> <url>
```
The
**failed login message**
is required so dokos can recognize when a login attempt has failed, and hence to detect
when login is sucessfull.
...
...
This diff is collapsed.
Click to expand it.
src/dokos/
dokos
.py
→
src/dokos/
__main__
.py
+
0
−
0
View file @
a899bf4b
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment