Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix #12 use common command completer for client and server, misc updates
  • Loading branch information
dhoomakethu committed Feb 28, 2024
commit 3c03dcfcc153d5599e5f38be8055eeb691611f47
16 changes: 15 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pymodbus_repl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""REPL (Read-Eval-Print Loop) tool for working with Modbus devices using the Pymodbus library."""
__VERSION__ = "2.0.1"
__VERSION__ = "2.0.2"

145 changes: 0 additions & 145 deletions pymodbus_repl/client/completer.py

This file was deleted.

Loading